Leadtools.Dicom Namespace > DicomWaveformChannel Class > SetChannelSamples16 Method : SetChannelSamples16(Int16[],Int32) Method |
'Declaration Public Overloads Function SetChannelSamples16( _ ByVal samples() As Short, _ ByVal count As Integer _ ) As Integer
'Usage Dim instance As DicomWaveformChannel Dim samples() As Short Dim count As Integer Dim value As Integer value = instance.SetChannelSamples16(samples, count)
public: int SetChannelSamples16( array<short>^ samples, int count )